Definitions | Type, , x:A. B(x), x(s), t T, True, x:AB(x), P Q, P Q, x. t(x), f(a), T, Top, left + right, p-filter(f), do-apply(f;x), can-apply(f;x), , b, x:A B(x), P & Q, P Q, A, Dec(P), if b then t else f fi , Unit, ff, tt, case b of inl(x) => s(x) | inr(y) => t(y), A c B, inr x , inl x , False, s = t, p-restrict(f;p) |